home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TACCOUNTDATAFORM / TACCOUNTDATAFORM.txt
Text File  |  1998-11-20  |  16KB  |  590 lines

  1. object AccountDataForm: TAccountDataForm
  2.   Left = 225
  3.   Top = 132
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Account Information'
  7.   ClientHeight = 268
  8.   ClientWidth = 500
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl1: TPageControl
  20.     Left = 8
  21.     Top = 8
  22.     Width = 401
  23.     Height = 250
  24.     ActivePage = TabSheet3
  25.     MultiLine = True
  26.     TabOrder = 0
  27.     object TabSheet3: TTabSheet
  28.       HelpContext = 3
  29.       Caption = '&Identity'
  30.       object GroupBox4: TGroupBox
  31.         Left = 8
  32.         Top = 5
  33.         Width = 377
  34.         Height = 173
  35.         HelpContext = 3
  36.         Caption = 'Who Are You?'
  37.         TabOrder = 0
  38.         object Label4: TLabel
  39.           Left = 7
  40.           Top = 128
  41.           Width = 59
  42.           Height = 13
  43.           Hint = 'Enter The Name Of Your Organization'
  44.           Caption = '&Organization'
  45.           FocusControl = Organization
  46.         end
  47.         object EmailLabel: TLabel
  48.           Left = 7
  49.           Top = 52
  50.           Width = 85
  51.           Height = 13
  52.           Caption = 'Your &E-Mail Name'
  53.           FocusControl = EmailName
  54.         end
  55.         object DomainLabel: TLabel
  56.           Left = 7
  57.           Top = 89
  58.           Width = 180
  59.           Height = 13
  60.           Caption = '&Domain Name  (e.g cyberhighway.net)'
  61.           FocusControl = DomainName
  62.         end
  63.         object Label1: TLabel
  64.           Left = 7
  65.           Top = 15
  66.           Width = 53
  67.           Height = 13
  68.           Caption = 'Your &Name'
  69.           FocusControl = Name
  70.         end
  71.         object EmailName: TEdit
  72.           Left = 10
  73.           Top = 65
  74.           Width = 358
  75.           Height = 21
  76.           Hint = 'Your Reply E-Mail Address'
  77.           HelpContext = 3
  78.           MaxLength = 49
  79.           ParentShowHint = False
  80.           ShowHint = True
  81.           TabOrder = 1
  82.         end
  83.         object Organization: TEdit
  84.           Left = 10
  85.           Top = 142
  86.           Width = 358
  87.           Height = 21
  88.           Hint = 'Show Insted Of Your E-Mail Add.'
  89.           HelpContext = 3
  90.           AutoSize = False
  91.           MaxLength = 49
  92.           TabOrder = 3
  93.         end
  94.         object DomainName: TEdit
  95.           Left = 10
  96.           Top = 103
  97.           Width = 358
  98.           Height = 21
  99.           Hint = 'This is the name that follows the @ symbol'
  100.           HelpContext = 3
  101.           TabOrder = 2
  102.         end
  103.         object Name: TEdit
  104.           Left = 10
  105.           Top = 28
  106.           Width = 358
  107.           Height = 21
  108.           Hint = 'Enter Your Real Name Or Handle'
  109.           HelpContext = 3
  110.           MaxLength = 49
  111.           ParentShowHint = False
  112.           ShowHint = True
  113.           TabOrder = 0
  114.         end
  115.       end
  116.       object DefualtCheck: TCheckBox
  117.         Left = 8
  118.         Top = 188
  119.         Width = 97
  120.         Height = 17
  121.         Hint = 'Default Account To Send Messages To'
  122.         Caption = 'Set As &Default'
  123.         TabOrder = 1
  124.       end
  125.     end
  126.     object TabSheet4: TTabSheet
  127.       Hint = 'Setup a new connection'
  128.       HelpContext = 4
  129.       Caption = '&Network'
  130.       object RasGrp: TGroupBox
  131.         Left = 8
  132.         Top = 8
  133.         Width = 377
  134.         Height = 105
  135.         Caption = 'Dialup Networking'
  136.         TabOrder = 0
  137.         object NetLabel: TLabel
  138.           Left = 8
  139.           Top = 16
  140.           Width = 110
  141.           Height = 13
  142.           Caption = 'Select &Network To Dial'
  143.           FocusControl = Ras
  144.         end
  145.         object RasPassLabel: TLabel
  146.           Left = 8
  147.           Top = 56
  148.           Width = 89
  149.           Height = 13
  150.           Caption = 'Network &Password'
  151.         end
  152.         object Ras: TComboBox
  153.           Left = 8
  154.           Top = 32
  155.           Width = 193
  156.           Height = 21
  157.           Hint = 'Select Network'
  158.           HelpContext = 4
  159.           Style = csDropDownList
  160.           ItemHeight = 13
  161.           ParentShowHint = False
  162.           ShowHint = True
  163.           Sorted = True
  164.           TabOrder = 0
  165.         end
  166.         object RasPassword: TEdit
  167.           Left = 8
  168.           Top = 72
  169.           Width = 193
  170.           Height = 21
  171.           Hint = 'Your Network Password'
  172.           HelpContext = 4
  173.           MaxLength = 25
  174.           ParentShowHint = False
  175.           PasswordChar = '*'
  176.           ShowHint = True
  177.           TabOrder = 1
  178.         end
  179.         object GroupBox8: TGroupBox
  180.           Left = 208
  181.           Top = 16
  182.           Width = 161
  183.           Height = 73
  184.           Caption = 'Auto Redial'
  185.           TabOrder = 2
  186.           object Label13: TLabel
  187.             Left = 8
  188.             Top = 24
  189.             Width = 77
  190.             Height = 13
  191.             Caption = 'Redial &Attempts:'
  192.             FocusControl = RedialCount
  193.           end
  194.           object Label14: TLabel
  195.             Left = 8
  196.             Top = 48
  197.             Width = 77
  198.             Height = 13
  199.             Caption = 'Redial &Time out:'
  200.             FocusControl = RedialWait
  201.           end
  202.           object Label15: TLabel
  203.             Left = 128
  204.             Top = 48
  205.             Width = 22
  206.             Height = 13
  207.             Caption = 'Sec.'
  208.           end
  209.           object RedialCount: TMaskEdit
  210.             Left = 88
  211.             Top = 16
  212.             Width = 25
  213.             Height = 21
  214.             Hint = 'Number Of Redial Attempts, 0=No Attempts'
  215.             EditMask = '99;0;_'
  216.             MaxLength = 2
  217.             TabOrder = 0
  218.             Text = '0'
  219.           end
  220.           object RedialWait: TMaskEdit
  221.             Left = 96
  222.             Top = 40
  223.             Width = 25
  224.             Height = 21
  225.             Hint = 'Number Of Seconds To Wait to Dial Again'
  226.             EditMask = '99;0;_'
  227.             MaxLength = 2
  228.             TabOrder = 1
  229.             Text = '30'
  230.           end
  231.         end
  232.       end
  233.       object GroupBox5: TGroupBox
  234.         Left = 8
  235.         Top = 120
  236.         Width = 241
  237.         Height = 89
  238.         HelpContext = 4
  239.         Caption = 'Options'
  240.         TabOrder = 1
  241.         object Label19: TLabel
  242.           Left = 26
  243.           Top = 36
  244.           Width = 89
  245.           Height = 13
  246.           Caption = '&Delete Message In'
  247.           FocusControl = StoreDays
  248.         end
  249.         object Label20: TLabel
  250.           Left = 168
  251.           Top = 36
  252.           Width = 24
  253.           Height = 13
  254.           Caption = 'Days'
  255.         end
  256.         object LeaveOnServer: TCheckBox
  257.           Left = 8
  258.           Top = 16
  259.           Width = 161
  260.           Height = 17
  261.           Caption = '&Leave Messages On Server'
  262.           TabOrder = 0
  263.         end
  264.         object StoreDays: TMaskEdit
  265.           Left = 122
  266.           Top = 32
  267.           Width = 41
  268.           Height = 21
  269.           EditMask = '9999;0; '
  270.           MaxLength = 4
  271.           TabOrder = 1
  272.           Text = '0'
  273.         end
  274.         object UseLan: TCheckBox
  275.           Left = 8
  276.           Top = 64
  277.           Width = 113
  278.           Height = 17
  279.           Hint = 'Check If Your LAN Is Connected To The Internet'
  280.           HelpContext = 4
  281.           Caption = 'Use &Local Network'
  282.           TabOrder = 2
  283.         end
  284.       end
  285.       object IntSetupBut: TBitBtn
  286.         Left = 272
  287.         Top = 152
  288.         Width = 105
  289.         Height = 25
  290.         Hint = 'Setup New Connection'
  291.         Caption = 'Setup &Wizard'
  292.         TabOrder = 2
  293.         OnClick = IntSetupButClick
  294.         Glyph.Data = {
  295.           76010000424D7601000000000000760000002800000020000000100000000100
  296.           0400000000000001000000000000000000000000000000000000000000000000
  297.           80000080000000808000800000008000800080800000C0C0C000808080000000
  298.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF007777777AA777
  299.           7777777777FF777777777777CCCCCCCC777777788888888777777777CCCCCCCC
  300.           777777788888888777777CACCCCCCCCCCC77CF888888888887777AACCCCCCCAA
  301.           CCC77F888888877888777AACCCCCCCAACAC77F888888877878877AACCCCCCCAA
  302.           CAC77F88888887787887CAAACCCCCCAAACCC7F78888887778887AACCCCCCCAAA
  303.           ACCA78888888777788877CCCCCAAAAAAACC788888777777788877CCCCCAAAAAA
  304.           ACC788888777777788877CCCCCAAAAAAAAC788888777777778F77CCCCCCAAAAA
  305.           AAA78888887777777F7777ACCCCCCAAAAA777F8888887777F77777ACCCCCCAAA
  306.           AA777F888888777FF7777777CCCCAAAA77777778888FFFF77777}
  307.         NumGlyphs = 2
  308.       end
  309.     end
  310.     object TabSheet5: TTabSheet
  311.       HelpContext = 5
  312.       Caption = 'Provider &Data'
  313.       object SMTPGroup: TGroupBox
  314.         Left = 8
  315.         Top = 0
  316.         Width = 377
  317.         Height = 81
  318.         HelpContext = 5
  319.         Caption = 'SMTP Server'
  320.         Ctl3D = True
  321.         ParentCtl3D = False
  322.         TabOrder = 0
  323.         object SMTPServerLabel1: TLabel
  324.           Left = 8
  325.           Top = 24
  326.           Width = 31
  327.           Height = 13
  328.           Caption = '&Server'
  329.         end
  330.         object SMTPPortLabel: TLabel
  331.           Left = 8
  332.           Top = 48
  333.           Width = 22
  334.           Height = 13
  335.           Caption = '&Port '
  336.           FocusControl = SMTPPort
  337.         end
  338.         object Label10: TLabel
  339.           Left = 160
  340.           Top = 56
  341.           Width = 135
  342.           Height = 13
  343.           Caption = '(e.g. smtp.cyberhighway.net)'
  344.         end
  345.         object smtpserver: TEdit
  346.           Left = 48
  347.           Top = 24
  348.           Width = 321
  349.           Height = 21
  350.           Hint = 'Enter SMTP Server Name'
  351.           HelpContext = 5
  352.           CharCase = ecLowerCase
  353.           MaxLength = 49
  354.           ParentShowHint = False
  355.           ShowHint = True
  356.           TabOrder = 0
  357.         end
  358.         object SMTPPort: TEdit
  359.           Left = 48
  360.           Top = 48
  361.           Width = 65
  362.           Height = 21
  363.           Hint = 'Enter Port Address'
  364.           HelpContext = 5
  365.           MaxLength = 5
  366.           ParentShowHint = False
  367.           ShowHint = True
  368.           TabOrder = 1
  369.           Text = '25'
  370.         end
  371.       end
  372.       object POP3Grp: TGroupBox
  373.         Left = 8
  374.         Top = 85
  375.         Width = 377
  376.         Height = 129
  377.         HelpContext = 5
  378.         Caption = 'Pop3 Server'
  379.         TabOrder = 1
  380.         object POP3ServerLabel: TLabel
  381.           Left = 8
  382.           Top = 24
  383.           Width = 31
  384.           Height = 13
  385.           Caption = 'Ser&ver'
  386.           FocusControl = pop3server
  387.         end
  388.         object UserLabel: TLabel
  389.           Left = 8
  390.           Top = 48
  391.           Width = 53
  392.           Height = 13
  393.           Caption = '&User Name'
  394.         end
  395.         object PassLabel: TLabel
  396.           Left = 8
  397.           Top = 72
  398.           Width = 46
  399.           Height = 13
  400.           Caption = '&Password'
  401.         end
  402.         object Pop3PortLabel: TLabel
  403.           Left = 8
  404.           Top = 96
  405.           Width = 19
  406.           Height = 13
  407.           Caption = 'Por&t'
  408.           FocusControl = POP3Port
  409.         end
  410.         object Label11: TLabel
  411.           Left = 160
  412.           Top = 104
  413.           Width = 131
  414.           Height = 13
  415.           Caption = '(e.g. pop.cyberhighway.net)'
  416.         end
  417.         object pop3server: TEdit
  418.           Left = 72
  419.           Top = 24
  420.           Width = 297
  421.           Height = 21
  422.           Hint = 'Enter Pop3 Server Name'
  423.           HelpContext = 5
  424.           CharCase = ecLowerCase
  425.           MaxLength = 49
  426.           ParentShowHint = False
  427.           ShowHint = False
  428.           TabOrder = 0
  429.         end
  430.         object UserName: TEdit
  431.           Left = 72
  432.           Top = 48
  433.           Width = 297
  434.           Height = 21
  435.           Hint = 'Enter Your Pop3 User Name'
  436.           HelpContext = 5
  437.           MaxLength = 50
  438.           ParentShowHint = False
  439.           ShowHint = True
  440.           TabOrder = 1
  441.         end
  442.         object Password: TEdit
  443.           Left = 72
  444.           Top = 72
  445.           Width = 297
  446.           Height = 21
  447.           Hint = 'Enter Your Pop3 Password'
  448.           HelpContext = 5
  449.           MaxLength = 50
  450.           ParentShowHint = False
  451.           PasswordChar = '*'
  452.           ShowHint = True
  453.           TabOrder = 2
  454.         end
  455.         object POP3Port: TEdit
  456.           Left = 72
  457.           Top = 96
  458.           Width = 65
  459.           Height = 21
  460.           Hint = 'Enter Pop3 Port'
  461.           HelpContext = 5
  462.           ParentShowHint = False
  463.           ShowHint = True
  464.           TabOrder = 3
  465.           Text = '110'
  466.         end
  467.       end
  468.     end
  469.     object TabSheet1: TTabSheet
  470.       HelpContext = 2210
  471.       Caption = '&Defaults'
  472.       object Label6: TLabel
  473.         Left = 12
  474.         Top = 14
  475.         Width = 67
  476.         Height = 13
  477.         Caption = '&Signature File:'
  478.         FocusControl = SigFile
  479.       end
  480.       object Label2: TLabel
  481.         Left = 12
  482.         Top = 61
  483.         Width = 35
  484.         Height = 13
  485.         Caption = '&V-Card:'
  486.         FocusControl = vCardList
  487.       end
  488.       object SigFile: TComboBox
  489.         Left = 11
  490.         Top = 31
  491.         Width = 294
  492.         Height = 21
  493.         Style = csDropDownList
  494.         ItemHeight = 13
  495.         Sorted = True
  496.         TabOrder = 0
  497.       end
  498.       object vCardList: TComboBox
  499.         Left = 12
  500.         Top = 78
  501.         Width = 293
  502.         Height = 21
  503.         Hint = 'Default V-Card'
  504.         Style = csDropDownList
  505.         ItemHeight = 13
  506.         Sorted = True
  507.         TabOrder = 1
  508.       end
  509.       object BitBtn4: TBitBtn
  510.         Left = 312
  511.         Top = 29
  512.         Width = 75
  513.         Height = 25
  514.         Caption = '&New'
  515.         TabOrder = 2
  516.         OnClick = BitBtn4Click
  517.         Glyph.Data = {
  518.           76010000424D7601000000000000760000002800000020000000100000000100
  519.           0400000000000001000000000000000000000000000010000000000000000000
  520.           80000080000000808000800000008000800080800000C0C0C000808080000000
  521.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  522.           77777777777777777777000000000000007788888888888888770FFFFF8FF8FF
  523.           F077F8FFFF7FF7FFF87770FF8FF8FF8F07777F8F7FF7FF7F877770F8FFFF8FFF
  524.           07777F88FFFF7FFF8777770FFF0B08F0777777F8FF8787F87777777088BBB0F0
  525.           7777777F887778F877777777000B0B0777777777FFF78787777777777770B0B0
  526.           77777777777F78787777777777770B0B077777777777F78787777777777770B0
  527.           B077777777777F78787777777777770B0B077777777777F78787777777777770
  528.           B03777777777777F78877777777777770337777777777777F887777777777777
  529.           7777777777777777777777777777777777777777777777777777}
  530.         NumGlyphs = 2
  531.       end
  532.       object BitBtn5: TBitBtn
  533.         Left = 312
  534.         Top = 76
  535.         Width = 75
  536.         Height = 25
  537.         Caption = 'Ne&w'
  538.         TabOrder = 3
  539.         OnClick = BitBtn5Click
  540.         Glyph.Data = {
  541.           F6000000424DF600000000000000760000002800000010000000100000000100
  542.           0400000000008000000000000000000000000000000000000000000000000000
  543.           80000080000000808000800000008000800080800000C0C0C000808080000000
  544.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000009990000
  545.           000000009999900000000009990999000000009990809990000009990FF80999
  546.           00000990FFFF70999000090FFF80FF09990000F00080FFF09990007F87F0F7FF
  547.           01900080FF08FF0FF810BB0080FFF7F0FF00B0000008F78F8000009900000FF0
  548.           000009900B00000009900000BB00900B009900000B09900B0000}
  549.       end
  550.     end
  551.   end
  552.   object BitBtn1: TBitBtn
  553.     Left = 418
  554.     Top = 13
  555.     Width = 75
  556.     Height = 25
  557.     Hint = 'Save & Exit'
  558.     Caption = '&OK'
  559.     TabOrder = 1
  560.     OnClick = BitBtn1Click
  561.     Kind = bkOK
  562.   end
  563.   object BitBtn2: TBitBtn
  564.     Left = 417
  565.     Top = 45
  566.     Width = 75
  567.     Height = 25
  568.     Hint = 'Cancel Changes & Exit'
  569.     Caption = '&Cancel'
  570.     TabOrder = 2
  571.     Kind = bkCancel
  572.   end
  573.   object BitBtn3: TBitBtn
  574.     Left = 417
  575.     Top = 85
  576.     Width = 75
  577.     Height = 25
  578.     Hint = 'Help'
  579.     TabOrder = 3
  580.     OnClick = BitBtn3Click
  581.     Kind = bkHelp
  582.   end
  583.   object agRas1: TagRas
  584.     ForceService = False
  585.     MinimizeAtConnect = True
  586.     Left = 416
  587.     Top = 180
  588.   end
  589. end
  590.